Function: inches2pixels

CALL:

pixels = inches2pixels(inches) INPUT inches: <double> position or size in inches.

DESCRIPTION:

Short hand for converting inches to pixels.

OUTPUT:

pixels any
<double> position or size in pixels.

REVISIONS any
20200626 created